From: Michael Albinus Date: Sun, 4 Mar 2012 14:12:18 +0000 (+0100) Subject: Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~2847 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=db976e3cd893e51a370147f2ce5ecceaf609aaf5;p=emacs.git Fix typo. --- diff --git a/lisp/notifications.el b/lisp/notifications.el index c85f8799856..1b75c2c5702 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -279,9 +279,9 @@ used to manipulate the notification item with (or hints '(:array :signature "{sv}")) :int32 (or timeout -1))) - ;; Register close/action callback function. We must also - ;; remmember the daemon's unique name, because the daemon could - ;; have restarted. + ;; Register close/action callback function. We must also remember + ;; the daemon's unique name, because the daemon could have + ;; restarted. (let ((on-action (plist-get params :on-action)) (on-close (plist-get params :on-close)) (unique-name (dbus-get-name-owner :session notifications-service)))